programming - C - type time_tWhat links here?
Time type

Type capable of representing times and support arithmetical operations.

This type is returned by the time function and is used as parameter by some other functions of the time.h header.

It is almost universally expected to be an integral value representing the number of seconds elapsed since 00:00 hours, Jan 1, 1970 UTC. This is due to historical reasons, since it corresponds to a unix timestamp, but is widely implemented in C libraries across all platforms.

From time.h:

/*
 * A type for storing the current time and date. This is the number of
 * seconds since midnight Jan 1, 1970.
 * NOTE: This is also defined in non-ISO sys/types.h.
 */
programming - C - type time_t
filename:programming - C - type time_t
filename:programming%20%2D%20C%20%2D%20type%20time_t
last edit:April 09 2009 22:31:04 (5505 days ago)
ct = 1714982524.000000 = May 06 2024 04:02:04
ft = 1239330664.000000 = April 09 2009 22:31:04
dt = 475651860.000000